home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO -----------------------------------------------------------------
- ECHO This Batch file will print the AUTOMENU.DOC and READ.ME files
- ECHO -----------------------------------------------------------------
- ECHO .
- ECHO Please make sure your printer is on-line and set to TOP OF FORM.
- ECHO .
- ECHO This documentation will take about 80 pages to print, if you do not
- ECHO wish to print the documentation at this time, hold down the [Ctrl] key
- ECHO and press the [Break] key. Press any key to begin printing.
- ECHO .
- PAUSE
- CLS
- ECHO Now printing the READ.ME file
- COPY READ.ME PRN: >NUL
- ECHO .
- ECHO .
- ECHO Now printing Documentation for AUTOMENU ......
- COPY AUTOMENU.DOC PRN: >NUL
- CLS
- ECHO .
- ECHO AUTOMENU Documentation has been printed.
- ECHO .
- ECHO .
- ECHO Thank you for using AUTOMENU and supporting the SHAREWARE Way!
- ECHO .
-